﻿2026-06-06T06:00:59.6431553Z ##[group]Run actions/checkout@v5
2026-06-06T06:00:59.6432644Z with:
2026-06-06T06:00:59.6433238Z   repository: SaberMage/spt-core
2026-06-06T06:00:59.6438802Z   token: ***
2026-06-06T06:00:59.6439355Z   ssh-strict: true
2026-06-06T06:00:59.6439905Z   ssh-user: git
2026-06-06T06:00:59.6440462Z   persist-credentials: true
2026-06-06T06:00:59.6441129Z   clean: true
2026-06-06T06:00:59.6441700Z   sparse-checkout-cone-mode: true
2026-06-06T06:00:59.6442357Z   fetch-depth: 1
2026-06-06T06:00:59.6442903Z   fetch-tags: false
2026-06-06T06:00:59.6443466Z   show-progress: true
2026-06-06T06:00:59.6444029Z   lfs: false
2026-06-06T06:00:59.6444558Z   submodules: false
2026-06-06T06:00:59.6445151Z   set-safe-directory: true
2026-06-06T06:00:59.6445881Z ##[endgroup]
2026-06-06T06:01:00.3737509Z Syncing repository: SaberMage/spt-core
2026-06-06T06:01:00.3739122Z ##[group]Getting Git version info
2026-06-06T06:01:00.3739925Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-06T06:01:00.3989200Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-06T06:01:00.4213453Z git version 2.43.0.windows.1
2026-06-06T06:01:00.4246117Z ##[endgroup]
2026-06-06T06:01:00.4253633Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\ffacb4f4-fa70-4cd0-be21-32a19af24119\.gitconfig'
2026-06-06T06:01:00.4266430Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ffacb4f4-fa70-4cd0-be21-32a19af24119' before making global git config changes
2026-06-06T06:01:00.4267996Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:01:00.4271830Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-06T06:01:00.4514513Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-06T06:01:00.4708590Z https://github.com/SaberMage/spt-core
2026-06-06T06:01:00.4737879Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-06T06:01:00.4742522Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-06T06:01:00.4942248Z refs/heads/dev-freeform
2026-06-06T06:01:00.4969245Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-06T06:01:00.5603674Z HEAD is now at 422304c fix(docs-site): theme sizing — mdBook root is 10px, not 16px
2026-06-06T06:01:00.6087128Z ##[endgroup]
2026-06-06T06:01:00.6090175Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-06T06:01:01.0157611Z ##[group]Cleaning the repository
2026-06-06T06:01:01.0163470Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-06T06:01:04.1821310Z Removing .adapter-notify/
2026-06-06T06:01:04.1822078Z Removing target/
2026-06-06T06:01:04.1861828Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-06T06:01:04.2477298Z HEAD is now at 422304c fix(docs-site): theme sizing — mdBook root is 10px, not 16px
2026-06-06T06:01:04.2505197Z ##[endgroup]
2026-06-06T06:01:04.2509352Z ##[group]Disabling automatic garbage collection
2026-06-06T06:01:04.2514379Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-06T06:01:04.2753738Z ##[endgroup]
2026-06-06T06:01:04.2754136Z ##[group]Setting up auth
2026-06-06T06:01:04.2759923Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:01:04.2989929Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-06T06:01:04.6663909Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:01:04.6901638Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-06T06:01:05.0550045Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:01:05.0770442Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-06T06:01:05.4378178Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-06T06:01:05.4678222Z ##[endgroup]
2026-06-06T06:01:05.4679172Z ##[group]Fetching the repository
2026-06-06T06:01:05.4685638Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c152807598acd6121475800715101621e9dd9550:refs/remotes/origin/dev-freeform
2026-06-06T06:01:06.3363120Z From https://github.com/SaberMage/spt-core
2026-06-06T06:01:06.3363691Z  + 422304c...c152807 c152807598acd6121475800715101621e9dd9550 -> origin/dev-freeform  (forced update)
2026-06-06T06:01:06.3492062Z ##[endgroup]
2026-06-06T06:01:06.3492541Z ##[group]Determining the checkout info
2026-06-06T06:01:06.3493275Z ##[endgroup]
2026-06-06T06:01:06.3499016Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-06T06:01:06.3775827Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-06T06:01:06.4000925Z ##[group]Checking out the ref
2026-06-06T06:01:06.4005640Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-06T06:01:06.4677621Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-06T06:01:06.4678095Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-06T06:01:06.4678748Z Previous HEAD position was 422304c fix(docs-site): theme sizing — mdBook root is 10px, not 16px
2026-06-06T06:01:06.4679100Z Switched to and reset branch 'dev-freeform'
2026-06-06T06:01:06.4705563Z ##[endgroup]
2026-06-06T06:01:06.4960021Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-06T06:01:06.5167836Z c152807598acd6121475800715101621e9dd9550
